FlexGrid for WPF
Select(IEnumerable<GridCellRange>,Boolean,Boolean) メソッド

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > FlexGrid クラス > Select メソッド : Select(IEnumerable<GridCellRange>,Boolean,Boolean) メソッド
選択する GridCellRange のコレクション。
新しい選択範囲をスクロールして表示するかどうかを示す値。
選択装飾を非表示にするかどうかを示す値。
セル範囲のコレクションを選択し、必要に応じてスクロールして表示します。
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal ranges As System.Collections.Generic.IEnumerable(Of GridCellRange), _
   ByVal scrollIntoView As System.Boolean, _
   Optional ByVal hideSelectionAdorners As System.Boolean _
) 
public void Select( 
   System.Collections.Generic.IEnumerable<GridCellRange> ranges,
   System.bool scrollIntoView,
   System.bool hideSelectionAdorners
)

パラメータ

ranges
選択する GridCellRange のコレクション。
scrollIntoView
新しい選択範囲をスクロールして表示するかどうかを示す値。
hideSelectionAdorners
選択装飾を非表示にするかどうかを示す値。
参照

FlexGrid クラス
FlexGrid メンバ
オーバーロード一覧